type github.com/jackc/pgx/v5/pgtype.encodePlanTextCodecString

4 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		enum_codec.go#L28: 			return encodePlanTextCodecString{}
		text.go#L101: 			return encodePlanTextCodecString{}
		text.go#L112: type encodePlanTextCodecString struct{}
		text.go#L114: func (encodePlanTextCodecString) Encode(value any, buf []byte) (newBuf []byte, err error) {